home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 9 / CD-ROM Collection 9 - Disc 1.iso / pc / data / help.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-10-11  |  162 b   |  9 lines

  1. on mouseDown
  2.   set the ink of sprite 4 to 35
  3.   set the castNum of sprite 4 to cast "hanten"
  4.   updateStage()
  5.   repeat while stillDown()
  6.   end repeat
  7.   go("2")
  8. end
  9.